* {
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
}
[class^="ri-"],
[class*=" ri-"] {
  line-height: 1;
}
a {
  transition: all 0.2s;
}
.uk-container {
  max-width: 1140px;
}
body, div, img,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, table, th, td {margin:0; padding:0;}  
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header {
  z-index:1;
  position: relative;
  height: 200px;
  background: #07913A url(../../assets/header@2x.png) center top no-repeat;
  background-size: contain;
}
.header .header-main {
  display: flex;
  justify-content: space-between;
}
.header .logo {
  height: 96px;
  margin: 24px 0;
}
.header .topmenu {
  display: flex;
  padding: 8px 0;
  color: white;
}
.header .topmenu span {
  display: flex;
  align-items: center;
  margin-left: 24px;
  line-height: 24px;
}
.header .topmenu span a {
  color: white;
}
.header .topmenu span i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: white;
  border-radius: 50%;
  color: #07913A;
  margin-right: 8px;
}
.header .topmenu .uk-divider-vertical {
  height: 12px;
  margin: 0 12px;
}
.search-bar {
  position: relative;
  float: right;
  margin-top: 32px;
  width: 240px;
}
.search-bar .search-icon {
  position: absolute;
  color: white;
  right: 0;
  top: 10px;
  font-size: 18px;
  cursor: pointer;
}
.search-bar .search-icon:hover {
  opacity: 0.75;
}
.search-bar .form-control {
  border-width: 0 0 1px;
  background: none;
  border-radius: 0;
  color: white;
  height: 40px;
  line-height: 40px;
  padding: 0;
  box-shadow: none;
}
.search-bar .form-control:focus {
  outline: none;
  border-color: white;
}
.search-bar .form-control::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.header-navbar {
  position: relative;
  padding: 0 16px 16px;
  margin-bottom: -16px;
}
.header-navbar::after {
  content: '';
  position: absolute;
  height: 16px;
  background: #07913A;
  bottom: 0;
  left: 0;
  right: 0;
  transform: perspective(32px) rotateX(-8deg);
}
.header-navbar .uk-navbar-container .uk-navbar-nav {
  width: 100%;
}
.header-navbar .uk-navbar-container .uk-navbar-nav > li {
  flex: auto;
}
.header-navbar .uk-navbar-container .uk-navbar-nav > li > a {
  position: relative;
  min-height: 56px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
}
.header-navbar .uk-navbar-container .uk-navbar-nav > li > a:hover {
  color: white;
}
.header-navbar .uk-navbar-container .uk-navbar-nav > li.uk-active a {
  color: white;
}
.header-navbar .uk-navbar-container .uk-navbar-nav > li.uk-active a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 4px;
  background: #FAAD14;
}
.header-navbar .uk-navbar-container .uk-navbar-nav > li .uk-navbar-dropdown {
  padding: 16px 24px;
}
.slideshow {
  position: relative;
  height: 480px;
  background: #BFBFBF;
}
.slideBox {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  background: #BFBFBF;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  width: 100%;
  height: 480px;
  display: block;
  object-fit: cover;
}
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../../assets/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
.content {
  padding: 40px 0;
}

.wp_listcolumn { display:block; width:100%; border-top:0px solid #ddd; border-bottom:0px solid #fff;}
.wp_listcolumn .wp_column {display:block; width:100%; vertical-align: bottom;}
.wp_listcolumn .wp_column a { display:block; width:100%; background: rgba(7, 145, 58, 0.15); font-size:15px; font-weight:normal; word-wrap:break-word;  text-align: left;}
.wp_listcolumn .wp_column a:hover { background-color: #F0F2F5; color: #0079C2;background-image:none;}
.wp_listcolumn .wp_column a .column-name { display:inline-block; line-height:22px; padding:0px; cursor:pointer;}
.wp_listcolumn .wp_column a.selected {
  color: #07913A;
  background: rgba(7, 145, 58, 0.15);
  border-left-color: #07913A;
}
.wp_listcolumn{
	padding: 0;
}

.wp_listcolumn li {
	list-style: none;
	margin-bottom: 0px;
}

.wp_listcolumn li a {
	display: block;
	padding: 12px 24px;
	text-align: left;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.56);
}

.wp_listcolumn li.active {
	border-right: 2px solid #0079C2;
	background-color: #F0F2F5;
}

.wp_listcolumn li.active a {
	color: #0079C2;
}

.wp_listcolumn li a:hover {
	background-color: #F0F2F5;
	color: #0079C2;
}
.wp_nav .sub-nav {
    border: 0px solid #ccc;
}
.wp_listcolumn .wp_subcolumn .wp_column a {
    color: #07913A;
    font-size: 14px;
    border-bottom: 0px solid #aaa;
    border-top: none;
    background: rgba(7, 145, 58, 0.15);
}
.wp_listcolumn .wp_subcolumn .wp_column a:hover { color:#0A5D69; background-image:none; }
.wp_listcolumn .wp_subcolumn .wp_column a.selected { color: #07913A;background: rgba(7, 145, 58, 0.15); border-left-color: #07913A;}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name { line-height:20px; padding-left:30px;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { color:#444; font-size:13px; background:#e9e9e9 url(../../assets/wp_column_menu_li_1.gif) no-repeat 26px 16px; font-weight:normal;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover { color:#C30; background-color:#f4f4f4; background-image: url(../../assets/wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-color:#e8e8e8; background-image: url(../../assets/wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name { line-height:18px; padding-left:40px;}
.content {
  padding: 40px 0;
}
.index-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.index-news__title h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.85);
}
.index-news__title span {
  color: rgba(0, 0, 0, 0.45);
}
.content-title__more {
  display: flex;
  flex-flow: row-reverse;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.45);
}
.content-title__more::before {
  font-size: 16px;
}
.content-title__more:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
}
.index-news .index-news__primary {
  width: 100%;
}
.index-news .index-news__primary ul li{
  width: 312px;
  list-style: none;
  float:left;
  margin-right:13px;
}
.index-news .index-news__primary .index-news__primary-tumb {
  flex: 0 0 300px;
  width: 300px;
  height: 210px;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.09);
}
.index-news .index-news__primary .index-news__primary-tumb img{
  height:100%;
}
.index-news .index-news__primary .index-news__primary-content {
  flex: 1;
  width: 100%;
  overflow: hidden;
  margin-top:20px;
}
.index-news .index-news__primary .index-news__primary-content h4 {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 6px;
}
.index-news .index-news__primary .index-news__primary-content h4 a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.index-news .index-news__primary .index-news__primary-content h4 a:hover {
  color: #07913A;
}
.index-news .index-news__primary .index-news__primary-content span {
  display: block;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 6px;
}
.index-news .index-news__primary-content p {
  margin: 0;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-news .index-news__primary .index-news__primary-content-viewmore {
  display: inline-flex;
  flex-flow: row-reverse;
  line-height: 1.5;
  color: #07913A;
}
.index-news .index-news__primary .index-news__primary-content-viewmore::before {
  font-size: 16px;
}
.index-news .index-news__primary .index-news__primary-content-viewmore:hover {
  text-decoration: none;
  color: #056d2c;
}
.index-news .index-news-content hr {
  margin-top: 24px;
  border-top-color: rgba(0, 0, 0, 0.15);
}
.float_left{
  float:left;
  width:200px;
   display: flex;  
 }
.float_right{
  display: flex;
  }
.index-news .index-news__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background: url(../../assets/index-news__icon.svg) left center no-repeat;
  background-size: 8px auto;
  padding: 6px 0;
  padding-left: 24px;
  line-height: 26px;
}
.index-news .index-news__list li a {
  display: inline-block;
  flex: 0 0 auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
}
.index-news .index-news__list li a:hover {
  color: #07913A;
}
.index-news .index-news__list li span {
  display: inline-block;
  flex: 0 0 46px;
  margin-left: 24px;
  text-align: right;
  color: rgba(0, 0, 0, 0.25);
}
.index-news .index-news-focus {
  position: relative;
  width: 100%;
  height: 320px;
  background: rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.index-news .index-news-focus .slideBox {
  height: 320px;
  overflow: hidden;
  position: relative;
}
.index-news .index-news-focus .slideBox .hd {
  overflow: hidden;
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
}
.index-news .index-news-focus .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
}
.index-news .index-news-focus .slideBox .hd ul li {
  float: left;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.index-news .index-news-focus .slideBox .hd ul li.on {
  background: #07913A;
  color: #fff;
}
.index-news .index-news-focus .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.index-news .index-news-focus .slideBox .bd ul {
  height: 100%;
}
.index-news .index-news-focus .slideBox .bd li {
  position: relative;
  zoom: 1;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.index-news .index-news-focus .slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}
.index-news .index-news-focus .slideBox .bd span {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  bottom: 0;
  left: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index-notice {
  margin-bottom: 40px;
}
.index-notice .index-notice-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  margin-bottom: 24px;
  background: rgba(7, 145, 58, 0.15);
  border-left: 4px solid #07913A;
}
.index-notice .index-notice-header .index-notice__title {
  font-size: 16px;
  font-weight: 500;
  color: #07913A;
}
.index-notice .index-notice-list li {
  display: flex;
  margin-bottom: 24px;
}
.index-notice .index-notice-list .index-notice-list__item-data {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  padding: 2px;
  background: #07913A;
  margin-right: 24px;
}
.index-notice .index-notice-list .index-notice-list__item-data h2 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  color: white;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.index-notice .index-notice-list .index-notice-list__item-data span {
  display: block;
  height: 20px;
  line-height: 20px;
  background: white;
  color: #07913A;
  font-size: 12px;
  text-align: center;
}
.index-notice .index-notice-list .index-notice-list__item-content {
  flex: 1;
  overflow: hidden;
}
.index-notice .index-notice-list .index-notice-list__item-content h4 {
  margin: 0;
  margin-bottom: 4px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #07913A;
}
.index-notice .index-notice-list .index-notice-list__item-content a {
  font-size: 16px;
  color: #07913A;
}
.index-notice .index-notice-list .index-notice-list__item-content p {
  margin: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.quick-link {
  display: flex;
  display: -ms-flexbox;
  margin-left: -8px;
  margin-right: -8px;
}
.quick-link a {
  display: block;
  flex: 1;
  -moz-box-flex: 1;
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.65);
}
.quick-link a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.quick-link img {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.quick-link span {
  display: block;
  text-align: center;
}
.index-special .index-special__title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 8px 16px;
  margin-bottom: 24px;
  background: #07913A;
  text-align: center;
}
.index-special .index-special__title::after {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid #07913A;
}
.index-special .index-special-item {
  display: block;
  width: 100%;
  height: 134px;
  background: rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.index-special .index-special-item:not(:last-child) {
  margin-bottom: 12px;
}
.index-special .index-special-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-work .index-work-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.index-work .index-work-header .index-news__title {
  font-size: 18px;
  font-weight: bold;
  color: #07913A;
}
.index-work .index-work-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../../assets/index-news__icon2.svg) left center no-repeat;
  background-size: 12px;
  padding: 12px 8px;
  padding-left: 24px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.index-work .index-work-list li a {
  display: inline-block;
  flex: 0 0 auto;
  max-width: calc(100% - 64px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
}
.index-work .index-work-list li a:hover {
  color: #07913A;
}
.index-work .index-work-list span {
  flex: 0 0 64px;
  text-align: right;
  color: rgba(0, 0, 0, 0.45);
}
.index-media__title {
  text-align: center;
  margin-bottom: 16px;
}
.index-media__title span {
  display: block;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 54px;
  color: rgba(0, 0, 0, 0.09);
  margin-bottom: -16px;
  line-height: 1;
}
.index-media__title h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 8px;
  line-height: 1;
}
.index-media__title::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #07913A;
}
.index-media__content {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  padding-top: 32px;
  margin-bottom: 40px;
}
.index-media__content li {
  flex: 1;
  -ms-flex: 1;
  padding: 0 8px;
}
.index-media__content .index-media-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.09);
  transition: all 0.2s;
}
.index-media__content .index-media-panel a {
  display: block;
  position: relative;
  width: 100%;
  height: 245px;
  overflow: hidden;
}
.index-media__content .index-media-panel a::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.45) url(../../assets/play.svg) center no-repeat;
  background-size: 24px;
  border: 1px solid white;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.index-media__content .index-media-panel a:hover img {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.09);
}
.index-media__content .index-media-panel a:hover::before {
  background-color: rgba(0, 0, 0, 0.65);
}
.index-media__content .index-media-panel span {
  display: block;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 16px;
  text-align: center;
}
.links {
  background: #F5F5F5;
  padding: 32px 0;
}
.links .uk-container {
  display: flex;
  align-items: center;
}
.links .links-title {
  position: relative;
  flex: 0 0 auto;
  margin-right: 80px;
}
.links .links-title cite {
  font-style: normal;
  margin-left: 16px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  position: absolute;
  bottom: 28px;
  right: 0;
  white-space: nowrap;
}
.links .links-title legend {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 24px;
  color: #07913A;
  text-transform: uppercase;
}
.links .links-title legend b {
  display: inline-block;
  font-size: 64px;
  margin-right: 12px;
}
.links .links-link {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}
.links .links-link a {
  color: rgba(0, 0, 0, 0.65);
}
.links .links-link a:hover {
  color: #07913A;
}
.links .links-link .uk-divider-vertical {
  height: 16px;
  display: inline-block;
  margin: 0 16px;
}
.footer {
  background: #07913A;
  color: white;
  padding: 40px 0 0;
}
.footer .footer-meta {
  flex: 1;
  -ms-flex: 1;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.footer .ft_menu {
  display: flex;
  display: -ms-flexbox;
  width: 300px;
  flex: 1;
  -ms-flex: 1;
}
.footer .ft_menu.fr {
  text-align: right;
}
.footer .ft_menu.fr ul span::after {
  float: right;
}
.footer .ft_menu ul {
  margin: 0;
  margin-left: 16px;
  padding: 0;
  width: 75px;
  list-style: none;
}
.footer .ft_menu ul span {
  display: block;
  line-height: 48px;
  margin-bottom: 16px;
}
.footer .ft_menu ul span::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
}
.footer .ft_menu ul li {
  line-height: 28px;
}
.footer .ft_menu ul li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
.footer .ft_menu ul li a:hover {
  text-decoration: underline;
}
.footer .ft_logo {
  margin: 0 40px;
}
.footer .footer-content {
  background: #262626;
  padding: 24px 0 16px;
  margin-top: 24px;
  font-size: 13px;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
}
.footer .footer-content .container {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-content .middle {
  width: 560px;
  line-height: 24px;
}
.footer .footer-content .footer-qrcode li {
  display: inline-block;
  list-style: none;
  margin-right: 24px;
}
.footer .footer-content .footer-qrcode li img {
  display: block;
  width: 96px;
  height: 96px;
  background: white;
}
.footer .footer-content .footer-qrcode li span {
  display: block;
  text-align: center;
  line-height: 2.5;
}
.page-focus {
  height: 240px;
  background: rgba(0, 0, 0, 0.09) url('/assets/page-focus.jpg') center no-repeat;
  background-size: cover;
  margin-bottom: -40px;
}
.page-focus h2 {
  margin: 0;
  font-weight: bold;
  font-size: 28px;
}
.page-focus .page-focus-box {
  margin-top: 56px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 50%);
  padding: 24px 40px;
}
.page {
  margin-bottom: 80px;
}
.page .container {
  display: flex;
}
.page .page-sider {
  flex: 0 0 200px;
  width: 200px;
  padding-top: 72px;
  padding-bottom: 8px;
}
.page .page-sider ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page .page-sider ul li {
  margin-bottom: 4px;
}
.page .page-sider ul li a {
  display: block;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  border-left: 4px solid transparent;
}
.page .page-sider ul li a:hover {
  background: rgba(7, 145, 58, 0.04);
}
.page .page-sider ul li.active a {
  color: #07913A;
  background: rgba(7, 145, 58, 0.15);
  border-left-color: #07913A;
}
.page .page-wrapper {
  flex: 1;
  padding: 24px;
  background: white;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.04);
}
.page .page-content {
  margin-bottom: 32px;
}
.page .breadcrumb {
  margin-bottom: 24px;
}
.page .breadcrumb li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.45);
}
.page .breadcrumb li i {
  font-size: 15px;
  vertical-align: -3px;
}
.page .breadcrumb > :nth-child(n+2):not(.first-column)::before {
  margin: 0 8px;
}
.article-list .list-item {
  list-style: none;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px dashed #E8E8E8;
}
.article-list .list-item .list-datatime {
  flex: 0 0 auto;
  text-align: center;
  margin-right: 40px;
}
.article-list .list-item .list-datatime h4 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  line-height: 1.2;
  font-size: 28px;
  color: #07913A;
}
.article-list .list-item .list-datatime span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.article-list .list-item .list-content a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}
.article-list .list-item .list-content a:hover {
  color: #07913A;
}
.article-list .list-item .list-content p {
  margin: 0;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.uk-pagination {
  margin-bottom: 0;
}
.article-header {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #E8E8E8;
}
.article-header h4 {
  margin-bottom: 12px;
  margin-top: 40px;
}
.article-header .article-info span {
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.article-header .article-info span i {
  color: rgba(0, 0, 0, 0.15);
}
.uk-article {
  font-size: 16px;
  padding: 16px;
}
.uk-article .uk-article-title {
  text-align:center;
  line-height:40px;
  font-size: 24px;
  margin-bottom: 12px;
}
.uk-article .uk-article-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align:center;
}
.uk-article .uk-article-meta span {
  display: inline-block;
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.uk-article .uk-article-meta span i {
  color: rgba(0, 0, 0, 0.15);
}
 /**��Ŀ����**/
.col_news_head { height:20px;}
.col_news_head ul li{
	list-style:none;
	}
.col_news_con{
	margin-top:0px;
	}
.col_metas .col_title { display:inline-block; float:left; height:28px; line-height:28px;}  /**��ǰ��Ŀ**/
.col_metas .col_title h2 { display:inline-block; font-size:18px; font-weight:bold; color:#fff; padding:0 50px 0 25px;}   /**��ǰ��Ŀ����**/
 /**��ǰλ��**/
.col_metas { width:680px; float:left; height:20px; line-height:20px; display:block;}  /**��ǰ��Ŀ**/
.col_metas2 { height:20px; line-height:20px; background-color:#ffffff; display:block;}  /**��ǰ��Ŀ**/
.possplit {
	display:none;
     background-image:none;
}
.col_path1 {
	width:680px;
	float: left;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	font-size:16px;
}
.col_path {
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
}
.infobox {
	display:block;
	margin: 0 auto;
	min-height:380px;
}
.col_news_box { padding:10px 0; margin:0 7px;}
.col_news_list {}
.col_news_list .wp_article_list li{ list-style:none; float:left;}
.col_news_list .wp_article_list .list_item { height:42px; line-height:42px; padding-right:15px;}  /**��Ŀ�����б�**/
.col_news_list .wp_article_list .list_item .Article_Index {display:block; height:42px; padding: 0 16px 0 0px;
	background: url(../../assets/arrow.png) center left no-repeat;    background-size: 16px; margin-top:0px;}  /**��Ŀ����ͼ�����**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:14px; color:#333; padding:10px;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**�б�ҳ����ͼƬ��С����**/
.wp_article_list .list_item .Article_Index
/**����ҳ**/
.article {}
.article { display:block; margin-top:20px; width:960px;}
.article .arti_title { line-height:40px; font-family: "Microsoft YaHei"; text-align:center; font-size:22px;color: #378038; display:block; min-height:40px;} /**���±���**/
.article h1.arti_title2 { line-height: 30px;
    padding: 5px;
    text-align: center;
    font-family: "΢���ź�";
    font-size: 14px;
    color: #378038;
}
.article .arti_metas { padding:10px; text-align:center;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;} /**������������**/
.article .entry { margin:0 auto; overflow:hidden; width:920px;} /**��������**/
.article .entry .read,.article .entry .read p { line-height:1.6; font-size:14px; color:#333; }  /**�Ķ�����**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img { max-width:840px; _width:expression(this.width > 840 ? "940px" : this.width); }   /**�����Ķ�����ͼƬ��С����**/

.page-position {
	padding: 20px 0px 11px;
}

.page-position a {
	display: inline-block;
	color:#999
}

.page-position a:after,
.page-position span:after {
	content: '/';
	display: inline-block;
	margin: 0 8px;
	color: #DDDDDD;
}

.page-position span {
	opacity: .6;
}

.page-position span:last-child:after {
	content: none;
}
.ifie {
  position  : fixed;
  width     : 100%;
  height    : 100%;
  top       : 0;
  right     : 0;
  bottom    : 0;
  left      : 0;
  z-index   : 999;
  background: #fff;
  text-align: center;
  padding   : 10%;
}

.browsers {
  margin-top: 40px;
}

.browsers a {
  display   : inline-block;
  margin    : 0 24px;
  height    : 40px;
  text-align: center;
}

.browsers a img {
  width        : 40px;
  height       : 100%;
  margin-bottom: 8px;
}

.browsers a span {
  display    : block;
  text-align : center;
  white-space: nowrap;
}
.floatAD {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 300px;
  height: 128px;
   color: white;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.floatAD span {
  display: block;
  white-space: nowrap;
}
.floatAD:hover {
  color: white;
}
.floatAD .close_float {
  position: absolute;
  width: 24px;
  height: 24px;
  right: -24px;
  top: 0;
  background-color: #C7A37E;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 16px;
}